html, body 		{ margin: 0; padding: 0; background-color: #EAFFFF;}
body 			{ color: #000000; font: 16px Helvetica, Arial, sans-serif; line-height: 120%; }

h2				{ color: #333; }
a				{ color: #337810; }
p				{ margin: 0 0 18px; }
.pind           { text-indent: 2em; margin-top: 0; margin-bottom: 0 }
.ind            { text-indent: 2em; }
p.ref           { color: #00F; }
img				{ margin: 0px 0px 0px 0px; }
#container		{ width: 1024px; margin: 0 auto; }
#wrapper		{ float: left; width: 100%; }

A:link          { color: green ; } 
A:visited       { color: red ; } 
A:hover         { color: blue ; }

/* Header */
#header			{ border-bottom: 2px solid #000000; }
#header h1  	{ color: #13622B; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ color: #13622B;font: 48px Helvetica, Arial, sans-serif; padding: 0 18px; line-height: 120%; }
        
/* Content Style */
#navigation		{ font-size: 18px; line-height: 120%; }
#navigation ul	{ padding: 0 18px 9px 0; } /* top, right, bottom, left */
#extra			{ font-size: 18px; line-height: 120%; }
#extra small	{ font-size: 11px; line-height: 18px; }
#content		{ font: 18px Helvetica, Arial, sans-serif; line-height: 120%; }
#content_wide	{ font: 18px Helvetica, Arial, sans-serif; line-height: 120%; }
#content_full	{ font: 18px Helvetica, Arial, sans-serif; line-height: 120%; }
#content p, #extra p { padding-right: 18px; }
		
/* Content Positioning and Size */
#navigation		{ float: left; margin-left: -1024px; width: 200px; }
#content		{ margin: 0 250px 36px 215px; } /* navigation and extra - top, right, bottom, left */
#content_wide	{ margin: 0 0px 36px 215px; } /* navigation only - top, right, bottom, left */
#content_full   { margin: 0 0px 36px 0px; } /* single wide column - top, right, bottom, left */
#extra			{ float: left; margin-left: -250px; width: 250px; }

/* Footer */
#footer			{ border-top: 2px solid #000000; clear: left; width: 100%; font: 12px Helvetica, Arial, sans-serif; line-height: 120%;}
#footer a		{ color: #000000; }
#footer	p		{ color: #000000; margin: 0; padding: 0 18px 10px; }
#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
